#
# Makefile for CMSYS examples
#     by Micromint Support <support@micromint.com>    June-2011
#
TARGET=usb_host_msc
#
# Project options
#
ROOT=../../..
#PROJ_CFLAGS=             
#PROJ_LDFLAGS=
#PROJ_LIBS=

#
# Project source files
#
SOURCE=$(TARGET).c\
       usbhost_uart.c\
       usbhost_fat.c\
       usbhost_lpc17xx.c\
       usbhost_ms.c
       

include $(ROOT)/micromint/makedefs
